.. strong-emphasis.txt: Test the nesting of in-line markup.
   -*- rst-mode -*-

Ein kleiner Text mit *emphasis*, **strong**, and `interpreted` snippets.

How do I achieve a ***strong emphasis***?

Use a custom role.

.. role:: verystrong(emphasis)

Now I can achieve :verystrong:`very strong emphasis` by styling the
resulting inline element in a custom style sheet.

